home *** CD-ROM | disk | FTP | other *** search
/ infoROM 17,000 Product Descriptions for Business / infoROM Product Descriptions for Business - ESX Interactive.ISO / argdemos / objdemo / toolkit.exe / CHOLIST.DCL < prev    next >
Encoding:
Text File  |  1992-10-26  |  408 b   |  20 lines

  1. cholist : dialog {
  2.   label = "Choose a Variable";
  3.     initial_focus = "cholist";
  4.     : list_box {
  5.         label = "List:";
  6.         key = "lst";
  7.         width = 25;
  8.         allow_accept = true;
  9.     }
  10.     spacer;
  11.     : button {
  12.         key = "accept";
  13.         label = "Ok";
  14.         fixed_width = true;
  15.         alignment = centered;
  16.         is_default = true;
  17.         mnemonic = "O";
  18.     }
  19. }
  20.